home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETFORE.IN_ / netfore.inf
Encoding:
INI File  |  1999-11-05  |  3.1 KB  |  111 lines

  1. ; NETFORE.INF
  2. ;
  3. ; ForeRunner ATM Adapters
  4. ;
  5. ; (c) 1998 Fore and Microsoft
  6.  
  7. [Version]
  8. Signature  = "$Windows NT$"
  9. Class      = Net
  10. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider   = %Msft%
  12. LayoutFile = layout.inf
  13. DriverVer=11/05/1999,5.00.2174.1
  14.  
  15. [Manufacturer]
  16. %FORE% = FORE
  17.  
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect     = PCI\VEN_1127&DEV_0300
  21.  
  22.  
  23. [FORE]
  24. %PCA200E.DeviceDesc%  = PCA200E.ndi, PCI\VEN_1127&DEV_0300  ;PCA-200E
  25.  
  26. ;-------------------------------------------------------------------------------
  27. ; PCA200E 
  28. ;
  29. [PCA200E.ndi]
  30. AddReg          = PCA200E.ndi.reg
  31. Characteristics = 0x84  ; NCF_PHYSICAL | NCF_HAS_UI
  32. BusType         = 5
  33. CopyFiles       = PCA200E.CopyFiles
  34.  
  35. [PCA200E.ndi.Services]
  36. AddService      = PCA200E, 2, PCA200E.AddService, PCA200E.AddEventLog
  37.  
  38.  
  39. ;-------------------------------------------------------------------------------
  40. ; PCA-200E
  41. ;
  42. [PCA200E.ndi.reg]
  43. HKR, Ndi,                        Service,    0, "PCA200E"
  44. HKR, Ndi\Interfaces,             DefLower,   0, "atm"
  45. HKR, Ndi\Interfaces,             LowerRange, 0, "atm"
  46. HKR, Ndi\Interfaces,             DefUpper,   0, "ndisatm"
  47. HKR, Ndi\Interfaces,             UpperRange, 0, "ndisatm"
  48.  
  49. HKR, Ndi\params\Sonet,           ParamDesc,  0, %OC3Framing%
  50. HKR, Ndi\params\Sonet,           default,    0, "1"
  51. HKR, Ndi\params\Sonet,           type,       0, "enum"
  52. HKR, Ndi\params\Sonet\enum,      "0",        0, %SDH%
  53. HKR, Ndi\params\Sonet\enum,      "1",        0, %SONET%
  54.  
  55. HKR, Ndi\params\Unassigned,      ParamDesc,  0, %EmptyCellInsertion%
  56. HKR, Ndi\params\Unassigned,      default,    0, "1"
  57. HKR, Ndi\params\Unassigned,      type,       0, "enum"
  58. HKR, Ndi\params\Unassigned\enum, "0",        0, %Idle%
  59. HKR, Ndi\params\Unassigned\enum, "1",        0, %Unassigned%
  60.  
  61.  
  62. ;-------------------------------------------------------------------------------
  63. ; PCA Driver and Service
  64. ;
  65. [PCA200E.CopyFiles]
  66. PCA200E.SYS,,,2
  67. PCA200E.BIN,,,2
  68.  
  69. [PCA200E.AddService]
  70. DisplayName    = %PCA200E.Service.DispName%
  71. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  72. StartType      = 3 ;SERVICE_DEMAND_START
  73. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  74. ServiceBinary  = %12%\PCA200E.sys
  75. LoadOrderGroup = NDIS
  76.  
  77. [PCA200E.AddEventLog]
  78. AddReg = PCA200E.AddEventLog.Reg
  79.  
  80. [PCA200E.AddEventLog.Reg]
  81. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  82. HKR, , TypesSupported,   0x00010001, 7
  83.  
  84.  
  85. ;-------------------------------------------------------------------------------
  86. ; Destination Dirs
  87. ;
  88. [DestinationDirs]
  89. PCA200E.CopyFiles  = 12
  90.  
  91.  
  92.  
  93. ;-------------------------------------------------------------------------------
  94. ; Localizable Strings
  95. ;
  96. [Strings]
  97. Msft                      = "Microsoft"
  98. FORE                      = "FORE Systems, Inc."
  99.  
  100. OC3Framing                = "OC3 Framing"
  101. SDH                       = "SDH"
  102. SONET                     = "SONET"
  103. EmptyCellInsertion        = "Empty Cell Insertion"
  104. Idle                      = "Idle"
  105. Unassigned                = "Unassigned"
  106.  
  107. PCA200E.DeviceDesc        = "ForeRunner PCA-200EPC ATM Adapter" 
  108.  
  109. PCA200E.Service.DispName  = "ForeRunner PCA-200EPC ATM Driver"
  110.  
  111.